home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / Developer Essentials May91 / Technical Docs / Misc Technical Docs / Installer Scripting Docs / 3.1 Final Installer / Contents < prev    next >
Encoding:
Text File  |  1991-02-15  |  1.5 KB  |  26 lines  |  [TEXT/MPS ]

  1. Installer 3.1 final
  2. InstallerTypes.r - Rez interface file, needed when you rez your scripts; note that
  3.     some flag names have been changed to improve clarity but old names are #defined
  4.     so your old scripts should still work  EXCEPT a new flag has been added to the
  5.     'inpk' flags - you will need to add this flag to your 'inpk' resources
  6. ActionAtomIntf.a - assembler interface file, provides Action Atom interface
  7. ActionAtomIntf.h - C interface file, provides Action Atom interface
  8. ActionAtomIntf.p - pascal interface file, provides Action Atom interface
  9. Installer 3.1 Guide - scripting manual, updated to 3.1 final features
  10. ScriptCheck - used to "finish" installer documents
  11. ScriptCheck User's Manual
  12.  
  13. SAMPLES...
  14.  
  15. SimpleEasyOnly.r - Easy Install only (installs an application only)
  16. SimpleCustomOnly.r - Custom Install only (installs an application only)
  17. SimpleEasyNCustom.r - Easy & Custom Install enabled (installs an application only)
  18. AppTooBigForOneFloppy.r - installing a file that is > 800k
  19. InstallINIT.r - installs an init into the appropriate folder (6.0.x vs 7.0)
  20. UserFunction.r - custom checkUserFunction script
  21. UserFunction.c - checkUserFunction code
  22. UserFunction.h - checkUserFunction header (used in UserFunction.r & UserFunction.c)
  23. CustomOrder.r - demonstrates how to organize the entries in your Custom Installation screen
  24. InstallDA.r - installing a desk accessory into the appropriate place
  25. Script Example.r - comprehensive example that demonstrates everything but action atoms,
  26.     boot block atoms, and checkUserFunctions